`wget` is not recognized or either can't find the file
Posted
by
clankill3r
on Super User
See other posts from Super User
or by clankill3r
Published on 2012-10-17T21:39:19Z
Indexed on
2012/10/17
23:05 UTC
Read the original article
Hit count: 204
wget
if i use
cd C:\Program Files (x86)\GnuWin32\bin
then i'm able to use wget commands
for example:
wget http://www.ultralightnews.com/trikes/images/trikes/dfs-singletrike.jpg
but i can't find the file back, i looked in c:\ and in the bin folder mentioned above and in GnuWin32\etc
If i try
wget -O C:\Users\clankill3r\Downloads\wgetfolder wget http://www.ultralightnews.com/trikes/images/trikes/dfs-singletrike.jpg
then it says Permision denied
, i did allow all permisions possible for every group / user.
Some people say it downloads to the current folder your working in (that's why i looked in the bin). But i thought let's try to run the command from another folder so i used:
'cd C:\Users\clankill3r\Downloads\wgetfolderand then the wget comman but then it says the
wget` command is not recognized.
can someone help?
© Super User or respective owner